home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 February / maximum-cd-1999-02.iso / Utilities / Internet / Internet Explorer 4.01 / R32MSIE4.EXE / RACLASS.ZIP / RAObserver.class (.txt) next >
Encoding:
Java Class File  |  1997-06-14  |  333 b   |  10 lines

  1. interface RAObserver {
  2.    void onGoToURL(String var1, String var2);
  3.  
  4.    void onClipOpened(String var1, String var2);
  5.  
  6.    void onClipClosed();
  7.  
  8.    void onShowStatus(String var1);
  9. }
  10.